home *** CD-ROM | disk | FTP | other *** search
- From: JBLi@msn.com (J.B. Li)
- Subject: Win95 TaskBar Programming...
- Date: 21 Jan 96 02:08:02 -0800
- Message-ID: <00001a81+0000908c@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- Hi All,
-
- Finally, Win95 gives one thing that all of us needed: Taskbar.
-
- I just start a new program to try out the small "Taskbar icons".
-
- Almost everything works find except that the popup menu disappears
- very slowly.
-
- I used the TrackPopupMenu() function to display the the popup
- menu. According to the documentations, the menu should disappear
- automatically when the user click somewhere outside of the menu.
- However, within my program, the popup menu only disappears after when
- the user click anywhere outside of the popup menu AND when the mouse
- pointer is moved back to the popup menu.
-
- Thanks for any solutions,
-
- JBLi@MSN.COM
-